home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / OS2 / FCHEK284.ZIP / test / Okay / assign.fc3 < prev    next >
Encoding:
Text File  |  1995-05-26  |  3.6 KB  |  99 lines

  1.  
  2. FTNCHEK Version 2.8 May 1995
  3.  
  4. File assign.f:
  5.      10       c5 = 5Hhello
  6.                    ^
  7. Warning near line 10 col 12 file assign.f: hollerith constant may not be
  8.  portable
  9.                  ^
  10. Error near line 10 col 10 file assign.f: type mismatch: holl*5 const assigned
  11.  to char*5 C5
  12.      11       c5 = 11Hhello there
  13.                    ^
  14. Warning near line 11 col 12 file assign.f: hollerith constant may not be
  15.  portable
  16.                  ^
  17. Error near line 11 col 10 file assign.f: type mismatch: holl*11 const assigned
  18.  to char*5 C5
  19. Warning in module SIZEPROP file assign.f:
  20.    Variables declared but never referenced:
  21.        C10                  I*                 X*        
  22.   * Dummy argument
  23.  
  24.    Variables may be used before set:
  25.         C5         
  26.  
  27.      31       i = m
  28.                 ^
  29. Nonportable usage near line 31 col 9 file assign.f: mixed default and explicit 
  30. precision items: intg*4 M assigned to intg I
  31.      34       i = i2
  32.                 ^
  33. Nonportable usage near line 34 col 9 file assign.f: mixed default and explicit 
  34. precision items: intg*2 I2 assigned to intg I
  35.      35       i = i4
  36.                 ^
  37. Nonportable usage near line 35 col 9 file assign.f: mixed default and explicit 
  38. precision items: intg*4 I4 assigned to intg I
  39.      36       i4 = i
  40.                  ^
  41. Nonportable usage near line 36 col 10 file assign.f: mixed default and
  42.  explicit precision items: intg I assigned to intg*4 I4
  43.      39       i = 4habcd
  44.                   ^
  45. Warning near line 39 col 11 file assign.f: hollerith constant may not be
  46.  portable
  47.                 ^
  48. Nonportable usage near line 39 col 9 file assign.f: mixed default and explicit 
  49. size items: holl*4 const assigned to intg I
  50.      40       i = 8habcdefgh
  51.                   ^
  52. Warning near line 40 col 11 file assign.f: hollerith constant may not be
  53.  portable
  54.                 ^
  55. Nonportable usage near line 40 col 9 file assign.f: mixed default and explicit 
  56. size items: holl*8 const assigned to intg I
  57.      41       x = r4
  58.                 ^
  59. Nonportable usage near line 41 col 9 file assign.f: mixed default and explicit 
  60. precision items: real*4 R4 assigned to real X
  61.      42       x = r8
  62.                 ^
  63. Nonportable usage near line 42 col 9 file assign.f: mixed default and explicit 
  64. precision items: real*8 R8 assigned to real X
  65.      48       r16 = d
  66.                   ^
  67. Nonportable usage near line 48 col 11 file assign.f: mixed default and
  68.  explicit precision items: dble D assigned to real*16 R16
  69.      52       i = L4
  70.                 ^
  71. Error near line 52 col 9 file assign.f: type mismatch: logl*4 L4 assigned to 
  72. intg I
  73. Warning in module %MAIN file assign.f:
  74.    Variables declared but never referenced:
  75.        C16                C32                  J                  L         
  76.         L2                  Y         
  77.  
  78.    Variables used before set:
  79.         L4                 R4                 R8         
  80.  
  81.    Variables may be used before set:
  82.          C                 I2                 I4         
  83.  
  84.  
  85.  3 syntax errors detected in file assign.f
  86.  18 warnings issued in file assign.f
  87.  
  88. Subprogram SIZEPROP:  argument data type mismatch
  89.   at position 2:
  90.     Dummy arg I is type intg  in module SIZEPROP line 2 file assign.f
  91.     Actual arg I2 is type intg*2  in module %MAIN line 53 file assign.f
  92.   at position 3:
  93.     Dummy arg X is type real  in module SIZEPROP line 2 file assign.f
  94.     Actual arg R16 is type real*16  in module %MAIN line 53 file assign.f
  95. Subprogram SIZEPROP:  argument usage mismatch
  96.   at position 1:
  97.     Dummy arg CADJ is modified in module SIZEPROP line 2 file assign.f
  98.     Actual arg 'hello' is const or expr in module %MAIN line 53 file assign.f
  99.